* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
  font-family: "PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif";
}
input::-webkit-input-placeholder {
  color: #808080;
}
input::-moz-placeholder {
  color: #808080;
}
input:-moz-placeholder {
  color: #808080;
}
input:-ms-input-placeholder {
  color: #808080;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e6e6e6;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fafafa;
}
body,
div,
ul,
ol,
li,
dd,
dl,
dt,
table,
tbody,
tr,
td,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
fieldset,
legend,
label {
  padding: 0;
  margin: 0;
  font-family: "PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif";
  /*font-family:"'宋体',Arial,sans-serif";*/
  /*font-family: 宋体;*/
  color: #333;
  word-wrap: break-word;
  list-style: none;
}


a {
  padding: 0;
  margin: 0;
  color: #333;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

a {
  text-decoration: none;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  color: #333;
}

.new_con a {
    color: #29f !important;
    text-decoration: underline;
}
a:hover {
  color: #ea4245;
}
body {
  margin: 0 auto;
  background-color: #f0f0f0;
}

img {
  border: 0 none;
  display: block;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.con {
  margin: 0 auto;
}

.contain {
  width: 1180px;
  margin: 0 auto;
}
/***课程详情页***/

/**课程详情页头部**/
.head {
  height: 39px;
  border-bottom: 1px solid #e3e3e3;
}
.head .home {
  background: url("../images/head_home_icon.png") no-repeat left 2px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  padding-left: 21px;
  margin-top: 10px;
  line-height: 20px;
}
.head .city {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  float: left;
  cursor: pointer;
  margin-left: 15px;
  position: relative;
  line-height: 39px;
}
.head .city b {
  color: #f81a1a;
}
.head .laba {
  float: left;
  margin: 10px 0 0 25px;
}
.head .laba img {
  width: 20px;
  float: left;
}
.head .laba p {
  float: left;
  font-size: 12px;
  margin: 2px 0 0 8px;
  color: #f81a1a;
}
.head .city .head_show {
  position: absolute;
  left: -1px;
  top: 35px;
  padding-top: 3px;
  border: solid 1px #e3e3e3;
  z-index: 1;
  background-color: #fff;
  width: 322px;
  padding-bottom: 30px;
  display: none;
  border-top: none;
}
.head .city .head_show div {
  float: left;
  width: 45px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 29px;
}
.head .city:hover {
  background: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  color: #f81a1a;
}
.head .city:hover .head_show {
  display: block;
}
.head ul li {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-right: 15px;
  line-height: 39px;
  cursor: pointer;
  transition: 0.1s;
}
.head ul li:hover a {
  color: #f81a1a;
}
.head ul li:last-child {
  margin: 0;
  width: 72px;
  background: url("../images/head_nav_row.png") 58px center no-repeat;
  padding-left: 6px;
  border-left: 1px solid #f5f7f9;
  border-right: 1px solid #f5f7f9;
  position: relative;
}
.head ul li:last-child:hover {
  background: url("../images/head_nav_row.png") 58px center no-repeat #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.head .sec_nav {
  width: max-content;
  padding: 0 12px 16px 12px;
  border: 1px solid #e3e3e3;
  border-top: none;
  position: absolute;
  top: 39px;
  right: -1px;
  background: #fff;
  display: none;
  z-index: 99;
}
.head .sec_nav .item {
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 15px;
}
.head .sec_nav .item span {
  font-size: #4c4c4c;
}
.head .sec_nav .item a {
  color: #808080;
  margin-right: 5px;
  transition: 0.1s;
}
.head .sec_nav .item a:hover {
  color: #f81a1a;
}
.head .sec_nav .item a:last-child {
  margin: 0;
}
.head ul li:last-child:hover .sec_nav {
  display: block;
}
.logo_box {
  height: 80px;
  background: #fff;
}
.logo {
  margin-top: 19px;
}
.search {
  width: 480px;
  height: 42px;
  margin: 19px 0 0 65px;
}
.search .txt {
  border: 1px solid #ea4245;
  width: 384px;
  height: 42px;
  border-radius: 6px 0 0 6px;
  float: left;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
}
.search .btn {
  width: 96px;
  height: 42px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  background: url("../images/search_icon.png") 17px center no-repeat #ea4245;
  border: 1px solid #ea4245;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  color: #fff;
}
.logo_box .phone {
  padding-top: 16px;
  margin-right: 10px;
}
.logo_box .phone .cont {
  margin-left: 10px;
}
.logo_box .phone img {
  margin-top: 10px;
}
.logo_box .phone .cont span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #ea4245;
}
.logo_box .phone .cont p {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

.bread {
  font-size: 14px;
  font-weight: 400;
  color: #979aa4;
  margin-top: 40px;
}
.bread a {
  font-size: 14px;
  font-weight: 400;
  color: #979aa4;
  transition: 0.1s;
}
.bread a:hover {
  color: #f81a1a;
}
.bread a:last-child {
  color: #f42020;
}
.main {
  margin-top: 24px;
}
.mainLeft {
  width: 830px;
}
.mainLeft .top {
  padding: 20px;
  background: #fff;
}
.mainLeft .top img {
  width: 400px;
  height: 268px;
  object-fit: cover;
}
.mainLeft .top .cont {
  width: 360px;
  margin: 10px 0 0 27px;
}
.mainLeft .top .cont h1 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #282828;
}
.mainLeft .top .cont ul {
  margin-top: 10px;
}
.mainLeft .top .cont ul li {
  padding: 0px 7px;
  font-size: 14px;
  font-weight: 400;
  color: #ea4245;
  float: left;
  border: 1px solid #ea4245;
  border-radius: 2px;
  margin-right: 10px;
}
.mainLeft .top .cont table {
  margin-top: 33px;
}
.mainLeft .top .cont table td {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  width: 415px;
  padding-bottom: 10px;
}

.mainLeft .top .cont table b {
  display: block;
  width: 75px;
  height: 26px;
  background: #ebf3ff;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  float: left;
  margin-right: 16px;
}
.mainLeft .top .cont table .phoneNum {
  font-size: 15px;
  font-weight: bold;
  color: #ea4245;
}
.mainLeft .top .cont .btnBox a {
  display: block;
  width: 130px;
  height: 28px;
  background: url("../images/zx_icon.png") no-repeat 26px center #ea4245;
  border-radius: 14px;
  padding-left: 45px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  float: left;
  cursor: pointer;
}
.mainLeft .top .cont .btnBox a:nth-of-type(2) {
  background: url("../images/st_icon.png") no-repeat 22px center #63c14e;
  margin-left: 24px;
}
.mainLeft .top .cont .btnBox .order_num {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  margin: 5px 0 0 12px;
}
.mainLeft .intro {
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}
.mainLeft .intro .big_title {
  font-size: 24px;
  font-weight: 500;
  color: #ea4245;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}
.mainLeft .intro .s_title {
  display: block;
  background: url("../images/title_icon.png") no-repeat left center;
  height: 28px;
  font-size: 16px;
  padding-left: 33px;
  font-weight: 500;
  color: #ea4245;
  line-height: 28px;
  margin-top: 17px;
}
.mainLeft .intro p {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin: 9px 0 0 34px;
  text-align: justify;
}
.mainLeft .intro h2,
.mainLeft .intro h3 {
  line-height: 28px;
  margin: 9px 0 0 34px;
}
.mainLeft .ad {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
}
.mainLeft .ad .ad_b {
  width: 790px;
  height: 284px;
  background: url("../images/ad.png") no-repeat center;
}
.mainLeft .ad .ad_b .form {
  width: 271px;
  height: 250px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  float: right;
  margin: 31px 41px 0 0;
  padding: 7px 0 0 14px;
}
.mainLeft .ad .form .inputbox {
  height: 26px;
  margin-top: 8px;
}
.mainLeft .ad .form .inputbox span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #ff7246;
}
.mainLeft .ad .form .txt {
  float: left;
  width: 171px;
  height: 26px;
  background: #fbf8f4;
  border: 1px solid #ff7246;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}

.mainLeft .ad .form .inputbox .code .txtxin {
  float: left;
  width: 240px;
  height: 26px;
  background: #fbf8f4;
  border: 1px solid #ff7246;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  margin-top: 8px;
}

.mainLeft .ad .form .inputbox .code {
    width: 270px;
    height: 25px;
    position: relative;
    float: left;
}
.mainLeft .ad .form .inputbox .code .code_btn {
  width: 86px;
  height: 25px;
  background: #ff7246;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 8px;
  right: 30px;
}

.mainLeft .ad .form .inputbox select {
  -webkit-appearance: none;
}
.mainLeft .ad .form .phone {
  width: 240px;
  margin-top: 6px;
  text-align: center;
}
.mainLeft .ad .form .phone::-webkit-input-placeholder {
  text-align: center;
}
.mainLeft .ad .form .phone::-moz-placeholder {
  text-align: center;
}
.mainLeft .ad .form .phone:-moz-placeholder {
  text-align: center;
}
.mainLeft .ad .form .phone:-ms-input-placeholder {
  text-align: center;
}
.mainLeft .ad .form .btn {
  width: 240px;
  height: 26px;
  background: #ff7246;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  /*margin-top: 15px;*/
  margin-top: 7px;
  cursor: pointer;
}
.mainLeft .news {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}
.mainLeft .news ul li {
  margin: 0 0 0 0;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.mainLeft .news ul li:last-child {
  border: none;
}
.mainLeft .news ul li .img {
  width: 240px;
  height: 160px;
  overflow: hidden;
  float: left;
}
.mainLeft .news ul li img {
  width: 240px;
  height: 160px;
  transition: 0.5s;
}
.mainLeft .news ul li .cont {
  width: 492px;
  float: left;
  margin-left: 20px;
  padding-top: 8px;
}
.mainLeft .news ul li .cont .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.mainLeft .news ul li .cont p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.mainLeft .news ul li .cont .time {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
}
.mainLeft .news ul li:hover img {
  transform: scale(1.2);
}
.mainLeft .news ul li:hover .title a {
  color: #f81a1a;
}
.mainLeft .news .more {
  display: block;
  width: max-content;
  background: url("../images/more_icon.png") no-repeat right center;
  font-size: 14px;
  font-weight: 400;
  color: #282828;
  padding-right: 14px;
  margin: 0 auto;
  cursor: pointer;
}

.mainRight {
  width: 330px;
}
.mainRight .top {
  padding: 20px 0;
  background: #fff;
}
.mainRight .top .shiting {
  width: 270px;
  height: 520px;
  background: url("../images/stbg.png") no-repeat center;
  margin: 0 auto;
  padding-top: 215px;
}
.mainRight .top .shiting span.title {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #4d4d4d;
}
.mainRight .top .shiting span.num {
  display: block;
  width: 88px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #ea4245;
  border-radius: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ff3737;
  line-height: 28px;
  margin: 7px auto;
}
.mainRight .top .shiting .txt {
  display: block;
  width: 210px;
  height: 30px;
  background: #ffffff;
  border-radius: 2px;
  border: none;
  margin: 18px auto auto auto;
  text-align: center;
}

.mainRight .top .shiting .txtxin {
  display: block;
  width: 210px;
  height: 25px;
  background: #ffffff;
  border-radius: 2px;
  border: none;
  margin: 6px auto auto auto;
  text-align: center;
}

.mainRight .top .shiting .inputbox .code .txtxin {
  display: block;
  width: 210px;
  height: 25px;
  background: #ffffff;
  border-radius: 2px;
  border: none;
  margin: 6px auto auto auto;
  text-align: center;
  padding-right: 50px;
}
.mainRight .top .shiting .inputbox .code .code_btn {
  width: 86px;
  height: 25px;
  background: #ea4245;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 6px;
  right: 30px;
}
.mainRight .top .shiting .inputbox .code {
    width: 270px;
    height: 25px;
    position: relative;
    float: left;
}

.mainRight .top .shiting .txt::-webkit-input-placeholder {
  text-align: center;
}
.mainRight .top .shiting .txt::-moz-placeholder {
  text-align: center;
}
.mainRight .top .shiting .txt:-moz-placeholder {
  text-align: center;
}
.mainRight .top .shiting .txt:-ms-input-placeholder {
  text-align: center;
}
.mainRight .top .shiting .btn {
  display: block;
  width: 210px;
  height: 25px;
  background: #ea4245;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  margin: 18px auto auto auto;
  margin-top: 44px;
  cursor: pointer;
}
.mainRight .bottom {
  padding: 20px 0;
  background: #fff;
  margin-top: 20px;
}
.mainRight .bottom .title {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #1a1a1a;
}
.mainRight .bottom img {
  margin: 15px auto auto auto;
}
.mainRight .bottom ul li {
  width: 270px;
  margin: 10px auto auto auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}
.mainRight .bottom ul li:nth-of-type(1) {
  margin-top: 12px;
}
.mainRight .bottom ul li b {
  color: #ff9d00;
}
.mainRight .bottom ul li:hover a {
  color: #f81a1a;
}
/***课程详情页1***/
.logo_box1 {
  height: 130px;
}
.logo_box1 .nav {
  border-bottom: 1px solid #ea4245;
  margin-top: 38px;
}
.logo_box1 .nav ul li {
  float: left;
  width: 84px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-left: 23px;
}
.logo_box1 .nav ul li:hover,
.logo_box1 .nav ul li.active {
  background: #ea4245;
}
.logo_box1 .nav ul li:hover a,
.logo_box1 .nav ul li.active a {
  color: #fff;
}
.new_top {
  padding: 40px 20px;
  background: #fff;
}
.mainLeft .new_top .title {
  display: block;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #282828;
}
.mainLeft .new_top .s_box {
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
}
.mainLeft .new_top .s_box span {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.mainLeft .new_top .s_box .source {
  background: url("../images/source_icon.png") no-repeat left center;
  padding-left: 20px;
}
.mainLeft .new_top .s_box .author {
  background: url("../images/source_icon.png") no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
}
.mainLeft .new_top .s_box .time {
  background: url("../images/time_icon.png") no-repeat left center;
  padding-left: 21px;
  margin-left: 44px;
}
.mainLeft .new_top .s_box .read {
  background: url("../images/eye.png") no-repeat left center;
  padding-left: 23px;
  margin-left: 19px;
}
.mainLeft .new_top .new_con img {
  margin: 20px auto auto auto;
}
.mainLeft .new_top .new_con span {
  display: block;
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  color: #444;
  /*margin-top: 30px;*/
}
.mainLeft .new_top .new_con h2,
.mainLeft .new_top .new_con h3 {
  /*text-indent: 1.6em;*/
  padding-top: 1em;
}



.mainLeft .new_top .new_con h4 {
    /*text-indent: 1.6em;*/
    padding-top: 1em;
}

.mainLeft .new_top .new_con h5 {
    /*text-indent: 2.3em;*/
    padding-top: 1em;
}

.mainLeft .new_top .new_con h6 {
    text-indent: 2.8em;
    padding-top: 1em;
}
.mainLeft .new_top .new_con p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 28px;
  margin-top: 10px;
  /*margin-top: 20px;*/
  text-align: justify;
  text-indent: 2em;
  
  
}
.mainLeft .new_top ul {
  margin-top: 50px;
}
.mainLeft .new_top ul li {
  width: max-content;
  padding: 0 11px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  background: #f8f9fc;
  margin-bottom: 8px;
}
.mainLeft .new_top ul li:hover a {
  color: #ea4245;
}
.ui-footer {
  background: #fff none repeat scroll 0 0;
  clear: both;
  font-size: 14px;
}
.zbj-grid,
#zbj-grid {
  margin: 0 auto;
  width: 1190px;
}
.ui-footer-bd {
  padding-bottom: 20px;
  text-align: center;
}
.bordert {
  padding-top: 37px;
}
#footerHeight .ui-footer-copyright {
  margin-bottom: 10px;
}
.footpt {
  line-height: 20px;
  width: 1000px;
  margin: 0 auto;
  color: #999;
}
.ui-footer-copyright a {
  color: #999;
}
.ui-footer-bd .footpb20 {
  padding-bottom: 5px;
  color: #999;
}
.ui-footer-gov {
  width: max-content;
  margin: 0 auto auto auto;
}
.ui-footer-gov a {
  float: left;
}
.marginlr10 {
  margin: 0 5px;
}

/***机构详情页***/
.logo_box1 .jg_nav {
  border: none;
}
.logo_box1 .jg_nav ul li {
  width: auto;
  height: auto;
  margin: 0 50px 0 0;
}
.logo_box1 .jg_nav ul li:hover {
  background: transparent;
  border-bottom: 1px solid #ea4245;
}
.logo_box1 .jg_nav ul li:hover a {
  color: #ea4245;
}
.jgMainLeft {
  width: 1180px;
  margin: 0 auto;
}
.mainLeft .top .img_left {
  width: 480px;
}
.img-content * {
  box-sizing: border-box;
}
.img-content {
  width: 100%;
}
.img-content .small-img {
  position: relative;
  width: 370px;
  margin: 30px auto auto auto;
  overflow: hidden;
}
.small-img ul {
  list-style: none;
  position: relative;
  width: 5000px;
  margin: 0;
  padding: 0;
  left: 0;
  /*transition: all 1s;*/
}
.small-img ul:after {
  content: "";
  display: block;
  clear: both;
}
.small-img ul li {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 5px;
  padding: 2px;
  box-sizing: border-box;
}
.small-img ul li img.moveimg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
}
.small-img ul li img.moveimg.active {
  border: 2px solid #ff0000;
}
.img-content .big-img {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #dfdfdf;
}
.img-content .big-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
}

.small-img .left {
  left: 4px;
  top: 21px;
}
.small-img .right {
  right: 4px;
  top: 21px;
}
.mainLeft .top .small-img .right,
.mainLeft .top .small-img .left {
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.mainLeft .top .small-img .right img,
.mainLeft .top .small-img .left img {
  width: 10px;
  height: auto;
  margin: 7px auto auto auto;
}
.big-img .img-parent {
  width: 100%;
  height: 100%;
  position: absolute;
}
.jgMainLeft .top .cont span {
  font-weight: bold;
}
.jgMainLeft .top .cont {
  width: 400px;
}
.jgMainLeft .top .cont .btnBox {
  margin-top: 20px;
}
.jgMainLeft .course {
  padding: 0 20px 0 20px;
  margin-top: 0;
  background: #fff;
}
.jgMainLeft .jg_s_title {
  padding: 5px 10px;
  background: #f2f2f2;
  width: max-content;
}
.jgMainLeft .jg_s_title span {
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #1a1a1a;
  border-left: 3px solid #e22926;
  text-align: center;
}
.course-container {
  height: 280px;
  margin-top: 23px;
}
.course-container .swiper-slide {
  height: 260px;
  cursor: pointer;
}
.course-container .swiper-slide img {
  width: 100%;
}
.course-container .swiper-slide .con {
  padding: 12px 7px;
}
.course-container .swiper-slide .title {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-container .swiper-slide .lable_box {
  margin: 5px 0;
}
.course-container .swiper-slide .lable_box span {
  padding: 0 4px;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 12px;
  color: #999;
}
.course-container .swiper-slide .free span {
  font-size: 14px;
  color: #ff7f2a;
  font-weight: bold;
}
.course-container .swiper-slide .free span b {
  font-size: 12px;
  color: #999;
  margin-left: 9px;
}
.course-container .swiper-button-next,
.course-container .swiper-button-prev {
  top: 44%;
}
.course-container .swiper-button-next {
  width: 35px;
  height: 55px;
  border-radius: 8px 0 0 8px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0px;
  left: auto;
}
.course-container .swiper-button-next img {
  width: 15px;
  margin-top: 15px;
}
.course-container .swiper-button-prev {
  width: 35px;
  height: 55px;
  border-radius: 0 8px 8px 0;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0px;
  right: auto;
}
.course-container .swiper-button-prev img {
  width: 15px;
  margin-top: 15px;
}
.course-container .swiper-slide:hover {
  border: 1px solid #ddd;
  border-radius: 5px;
}
/*品牌介绍*/
.jgMainLeft .brand {
  padding: 0 20px 20px 20px;
  margin-top: 0;
  background: #fff;
}
.jgMainLeft .brand .jg_s_title {
  margin-bottom: 20px;
}
.jgMainLeft .brand span {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 9px;
  display: block;
}
.jgMainLeft .brand p {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 28px;
  text-align: justify;
  margin-top: 9px;
}

.jgMainLeft .jp_course {
  padding: 0 20px 20px 20px;
  margin-top: 0;
  background: #fff;
}
.jgMainLeft .jp_course p {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 28px;
  text-align: justify;
  margin-top: 20px;
}

.jgMainLeft .huanjing {
  padding: 0 20px 20px 20px;
  margin-top: 0;
  background: #fff;
}
.jgMainLeft .huanjing ul li {
  width: 235px;
  height: 205px;
  float: left;
  margin: 23px 0 0 40px;
}
.jgMainLeft .huanjing ul li span {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.jgMainLeft .jg_news {
  margin-top: 0;
  padding-top: 0;
}
.jgMainLeft .jg_news ul li {
  margin: 20px 0 0 0;
}
.jgMainLeft .jg_news .jg_news_left {
  float: left;
  width: 790px;
}
.jgMainLeft .jg_news .jg_news_right {
  float: right;
  width: 266px;
}
.jgMainLeft .jg_news .jg_news_right a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.jgMainLeft .jg_news .jg_news_right a:hover {
  color: #ea4245;
}
.jgMainLeft .jg_news .jg_news_right a b {
  color: #ff9d00;
}

/***首页***/
.index_banner_box {
  background-color: #fff;
  padding-top: 34px;
  height: 384px;
}
.index_banner {
  border-top: 2px solid #ea4245;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index_banner .left_l {
  width: 960px;
  position: relative;
  margin-top: -34px;
}
.index_banner .left_l .top_title {
  width: 240px;
  height: 34px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 34px;
  background: url("../images/index_icon1.png") no-repeat 20px center #ea4245;
  padding-left: 45px;
}
.index_banner .left_l .top_title a {
  color: #fff;
}
.index_banner .left_l .top_nav {
  width: 720px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 240px;
}
.index_banner .left_l .top_nav a {
  display: block;
  width: 20%;
  float: left;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.index_banner .left_l .top_nav a:hover {
  color: #ff0000;
}
.index_banner .left_l .top_nav a span {
  position: absolute;
  top: -5px;
  right: -2px;
  font-size: 11px;
  font-weight: 500;
  background: #ff9000;
  border-radius: 6px;
  color: #fff;
  line-height: 13px;
  padding: 0 7px;
}
.index_banner .left_l .top_nav a span.z {
  background: #cc38a4;
}
.index_banner .left_l ul {
  width: 240px;
  height: 350px;
  background-color: #f7f7f7;
}
.index_banner .left_l ul li {
  width: 240px;
  height: 69.5px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  padding: 23px 0 0 45px;
  background-repeat: no-repeat;
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}
.index_banner .left_l ul li.active {
  background-color: #fff;
  border-left: 1px solid #ea4245;
}
.index_banner .left_l ul li:nth-of-type(1) {
  background-image: url("../images/index_icon2.png");
  background-position: 16px center;
}
.index_banner .left_l ul li:nth-of-type(2) {
  background-image: url("../images/index_icon3.png");
  background-position: 20px center;
}
.index_banner .left_l ul li:nth-of-type(3) {
  background-image: url("../images/index_icon4.png");
  background-position: 20px center;
}
.index_banner .left_l ul li:nth-of-type(4) {
  background-image: url("../images/index_icon5.png");
  background-position: 20px center;
}
.index_banner .left_l ul li:nth-of-type(5) {
  background-image: url("../images/index_icon6.png");
  background-position: 20px center;
}
.index_banner .left_l ul li span {
  font-size: 14px;
  margin-left: 11px;
  font-weight: 400;
}

.index_banner .left_l ul li .sec_box {
  position: absolute;
  top: 34px;
  left: 239px;
  width: 721px;
  height: 349px;
  background-color: #fff;
  padding: 0 35px;
  overflow-y: scroll;
  display: none;
}

.index_banner .left_l ul li .sec_box dt {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 8px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}
.index_banner .left_l ul li .sec_box dt span {
  width: max-content;
  border-bottom: 1px solid #ea4245;
  margin-left: 0;
  font-size: 16px;
  font-weight: bold;
  background: url("../images/index_nav_icon.png") no-repeat left 1px;
  padding: 0 15px 8px 25px;
}
.index_banner .left_l ul li .sec_box dd {
  display: inline-block;
  margin: 10px 0 0 19px;
  font-size: 14px;
  font-weight: 400;
}
.index_banner .left_l ul li .sec_box dd a:hover {
  color: #ff0000;
}
.index_banner .right {
  background: #fff;
  height: 349px;
  width: 240px;
}
.index_banner .right span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}
.index_banner .right b {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #e80612;
  margin-top: 10px;
}
.index_banner .right .btn_box a {
  display: block;
  width: 94px;
  height: 32px;
  background: #e80612;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  float: left;
  margin: 5px 0 0 21px;
}
.index_banner .right .btn_box a:last-child {
  background: #ff9000;
  margin-left: 10px;
}
.index_banner .right .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 23px;
}
.index_banner .right .news {
  height: 140px;
  overflow-y: scroll;
}
.index_banner .right .news ul li {
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}
.index_banner .right .news ul li a:hover {
  color: #2440b3;
}
.index_p1 {
  padding: 30px 0 25px 0;
  background: #fff;
}
.index_p1 .title {
  background: url("../images/index_icon7.png") no-repeat left center;
  padding-left: 31px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 22px;
  display: block;
}
.index_p1 .title b {
  color: #ea4245;
}
.index_p1_lunbo {
  position: relative;
}
.index_p1_container {
  position: static;
}
.index_p1_container .swiper-button-next,
.index_p1_container .swiper-button-prev {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  top: -8%;
}
.index_p1_container .swiper-button-prev {
  background-image: url("../images/index_icon8.png");
  right: 38px;
  left: auto;
}
.index_p1_container .swiper-button-next {
  background-image: url("../images/index_icon9.png");
  right: 10px;
  left: auto;
}
.index_p1_container .bottom {
  padding: 10px 6px 0 6px;
}
.index_p1_container .bottom span {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  float: left;
}
.index_p1_container .bottom span b {
  color: #ea4245;
}
.index_p1_container .bottom .num {
  background: #ea4245;
  border-radius: 2px;
  float: right;
  width: max-content;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 0 9px;
}
/**中小学辅导**/
.index_contain {
  width: 1200px;
  margin: 0 auto;
}
.index_p2 {
  margin-top: 21px;
}
.index_p2 .left {
  width: 850px;
  height: 460px;
  float: left;
  background-color: #fff;
}
.index_p2 .left .title {
  border-bottom: 1px solid #ea4245;
  padding-bottom: 14px;
}
.index_p2 .left .title span {
  float: left;
  font-size: 24px;
  font-weight: 500;
  border-left: 1px solid #ea4245;
  padding-left: 8px;
  margin: 26px 0 0 20px;
  display: block;
  height: 30px;
  line-height: 30px;
}
.index_p2 .left .nav {
  float: right;
}
.index_p2 .left .nav {
  font-size: 14px;
  font-weight: 500;
  margin-top: 39px;
}
.index_p2 .left .nav a {
  color: #666;
  padding: 0 13px;
  border-left: 1px solid #ccc;
}
.index_p2 .left .nav a:first-child {
  border: none;
}
.index_p2 .left .nav a:hover {
  color: #ea4245;
}
.index_p2 .left .left_img {
  float: left;
}
.index_p2 .left ul {
  float: left;
  width: 640px;
}
.index_p2 .left ul li {
  width: 200px;
  height: 172px;
  border: 1px solid #f5f7f9;
  padding: 0 5px;
  margin: 12px 0 0 10px;
  cursor: pointer;
  float: left;
}
.index_p2 .left ul li img {
  width: 185px;
  height: 120px;
  margin: 5px auto auto auto;
}
.index_p2 .left ul li span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.index_p2 .left ul li b {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #ea4245;
  margin-top: 2px;
}
.index_p2 .left ul li:hover {
  background: #f5f7f9;
  box-shadow: 0px 0px 8px 0px rgba(245, 247, 249, 0.8);
}
.index_p2 .right {
  width: 330px;
  height: 460px;
  background-color: #fff;
  float: right;
}
.index_p2 .right .title {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 15px 13px 15px;
}
.index_p2 .right .title span {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.index_p2 .right .title a {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-top: 2px;
}
.index_p2 .right .title a:hover {
  color: #ea4245;
}
.index_p2 .right ul {
  padding: 10px 15px 0 15px;
}
.index_p2 .right ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.index_p2 .right ul li a {
  color: #666;
}
.index_p2 .right ul li a:hover {
  color: #ea4245;
}
/**热门培训**/
.index_p3 {
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 15px;
}
.index_p3 .title {
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.index_p3 .title span {
  display: block;
  float: left;
  background: url("../images/index_icon10.png") no-repeat left center;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
}
.index_p3 .title span b {
  font-weight: 500;
  color: #ea4245;
}
.index_p3 .title .nav {
  float: right;
  margin-top: 25px;
}
.index_p3 .nav b {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.index_p3 .nav a {
  color: #666;
  padding: 0 13px;
  border-right: 1px solid #ccc;
  font-size: 14px;
}
.index_p3 .nav a:last-child {
  border: none;
}
.index_p3 .nav a:hover {
  color: #ea4245;
}
.index_p3 ul {
  padding-left: 18px;
}
.index_p3 ul li {
  width: 218px;
  height: 270px;
  background: #fafafa;
  border-radius: 10px 10px 0px 0px;
  float: left;
  margin: 12px 0 0 12px;
}
.index_p3 ul li .img {
  display: block;
  width: 218px;
  height: 141px;
  border-radius: 10px 10px 0px 0px;
}
.index_p3 ul li .img img {
  width: 100%;
}
.index_p3 ul li .s_title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #282828;
  text-align: center;
  margin-top: 20px;
}
.index_p3 ul li .hot span {
  margin: 3px 0 0 14px;
}
.index_p3 ul li .hot span:first-child {
  background: url("../images/index_icon12.png") no-repeat left 2px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-left: 16px;
}
.index_p3 ul li .hot span:last-child {
  font-size: 14px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}
.index_p3 ul li .hot span:last-child b {
  color: #ea4245;
}
.index_p3 ul li .btn {
  display: block;
  width: 95px;
  height: 24px;
  background: #ea4245;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 15px auto auto auto;
  line-height: 24px;
}
.index_p3 ul li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(245, 247, 249, 0.8);
}
.index_p3 ul li:hover span:first-child {
  background: url("../images/index_icon11.png") no-repeat left 2px;
  color: #ea4245;
}
.index_p3 ul li:hover span:last-child {
  color: #ea4245;
}
/**课程推荐**/
.index_p4 {
  background-color: #fff;
  margin-top: 20px;
}
.index_p4 .title {
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.index_p4 .title span {
  background: url("../images/index_icon13.png") no-repeat left center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  float: left;
  padding-left: 30px;
  margin-top: 25px;
}
.index_p4 .title span b {
  font-weight: 500;
  color: #ea4245;
}
.index_p4 .title a {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 35px;
}
.index_p4 .title a:hover {
  color: #ea4245;
}
.index_p4 ul li {
  width: 218px;
  height: 215px;
  float: left;
  padding-top: 10px;
  margin: 20px 0 0 18px;
}
.index_p4 ul li .img {
  display: block;
  width: 200px;
  height: 141px;
  margin: 0 auto;
}
.index_p4 ul li .img img {
  width: 100%;
}
.index_p4 ul li .s_title {
  padding: 10px 10px 0 10px;
}
.index_p4 ul li .s_title span {
  display: block;
  width: 135px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  float: left;
}
.index_p4 ul li .s_title a {
  float: right;
  display: block;
  width: 42px;
  height: 18px;
  background: #ea4245;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
}
.index_p4 ul li .b_to {
  padding: 5px 6px 0 6px;
}
.index_p4 ul li .b_to span {
  font-size: 11px;
  font-weight: 400;
  color: #666666;
  float: left;
}
.index_p4 ul li .b_to span b {
  font-weight: 400;
  color: #ea4245;
}
.index_p4 ul li .b_to span:last-child {
  float: right;
}
.index_p4 ul li:hover {
  background-color: #ea4245;
}
.index_p4 ul li:hover span,
.index_p4 ul li:hover span b {
  color: #fff;
}
.index_p4 ul li:hover .s_title a {
  background-color: #fff;
  color: #ea4245;
}
/**友情链接**/
.index_p5 {
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 35px;
}
.index_p5_bottom {
  margin-top: 2px;
}
.index_p5 dl {
  width: 234px;
  border-left: 1px solid #e5e5e5;
  float: left;
}
.index_p5 dl:first-child {
  border: none;
  margin-left: 15px;
}
.index_p5 dl dt {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 25px;
}
.index_p5 dl dt span {
  display: block;
  text-align: center;
  width: 130px;
  border-bottom: 1px solid #ea4245;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.index_p5 dl dd {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding: 0 10px;
}
.index_p5 dl dd:nth-of-type(1) {
  margin-top: 10px;
}
.index_p5 dl dd a {
  display: block;
  float: left;
  width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.index_p5 dl dd span {
  float: right;
}
.index_p5 .bottom {
  padding: 0 15px;
}
.index_p5 .bottom .title {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 25px;
  margin-bottom: 15px;
}
.index_p5 .bottom .title span {
  display: block;
  text-align: center;
  width: 90px;
  border-bottom: 1px solid #ea4245;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.index_p5 .bottom .link a {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-left: 15px;
}
.index_p5 .bottom .link a:hover {
  color: #ea4245;
}
.index_p5 .bottom table {
  border-spacing: 0; /*去掉单元格间隙*/
  width: 100%;
  margin-top: 20px;
  border: 1px solid #cccccc;
  border-left: none;
  border-bottom: none;
}
.index_p5 .bottom table td {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 24px;
}
.index_p5 .bottom table td:hover {
  background-color: #ea4245;
}
.index_p5 .bottom table td:hover a {
  color: #fff;
}
.mainfix {
  position: fixed;
  top: 20px;
  right: 0;
  width: 330px;
  height: 620px;
}

/***行业频道***/

/*中小学课外辅导*/
.hypd {
  background-color: #fff;
  margin-top: 20px;
  padding: 0 18px 23px 18px;
}
.hypd .title {
  border-bottom: 1px solid #ea4245;
  padding: 0 20px 13px 20px;
}
.hypd .title span {
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  border-left: 2px solid #ea4245;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  margin-top: 20px;
}
.hypd .title a {
  float: right;
  margin-top: 20px;
}
.hypd .left {
  width: 260px;
  height: 410px;
  border: 1px solid #e6e6e6;
  float: left;
}
.hypd .left img {
  width: 100%;
}
.hypd .left ul {
  padding: 0 10px;
}
.hypd .left ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 8px;
}
.hypd .left ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  float: left;
}
.hypd .left ul li span {
  float: right;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  margin-top: 2px;
}
.hypd .left ul li a:hover {
  color: #ea4245;
}
.hypd .right {
  width: 900px;
  float: left;
}
.hypd .right .top ul li {
  width: 200px;
  height: 210px;
  float: left;
  margin: 18px 0 0 26px;
}
.hypd .right .top ul li:first-child {
  margin-left: 20px;
}
.hypd .right .top ul li .img {
  display: block;
  width: 200px;
  height: 150px;
}
.hypd .right .top ul li .img img {
  width: 100%;
}
.hypd .right .top ul li span {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.hypd .right .top ul li .b_t b {
  float: left;
  font-size: 14px;
  color: #ea4245;
}
.hypd .right .top ul li .b_t a {
  font-size: 14px;
  font-weight: bold;
  color: #ea4245;
  float: right;
}
.hypd .right dl {
  float: left;
  width: 385px;
  margin: 10px 0 0 60px;
}
.hypd .right dl:first-child {
  margin-left: 22px;
}
.hypd .right dl dt span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  float: left;
  border-left: 2px solid #ea4245;
  padding-left: 9px;
}
.hypd .right dl dt a {
  float: right;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  margin-top: 5px;
}
.hypd .right dl dt a:hover {
  color: #ea4245;
}
.hypd .right dl dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}
.hypd .right dl dd a {
  display: block;
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #666;
  float: left;
}
.hypd .right dl dd span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  float: right;
}
.hypd .right dl dd:nth-of-type(1) {
  margin-top: 10px;
}
.hypd .right dl dd a:hover {
  color: #ea4245;
}
/**中小学辅导优选课程**/
.hypd_b {
  background-color: #fff;
  height: 576px;
  margin-top: 20px;
}
.hypd_b .left {
  width: 865px;
  float: left;
  padding: 0 10px;
}
.hypd_b .left .title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
  margin-bottom: 10px;
}
.hypd_b .left .title span {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  display: block;
  border-left: 2px solid #ea4245;
  padding-left: 7px;
  margin: 29px 0 0 10px;
}
.hypd_b .left a {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  width: 16.6%;
  float: left;
  padding-left: 10px;
}
.hypd_b .left a:hover {
  color: #ea4245;
}
.hypd_b .right {
  width: 330px;
  height: 576px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(230, 230, 230, 0.8);
  float: left;
}
.hypd_b .right .title {
  width: 310px;
  margin: 29px auto 16px auto;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
.hypd_b .right .title span {
  border-bottom: 2px solid #ea4245;
  padding-bottom: 15px;
}
.hypd_b .right a {
  display: block;
  width: 146px;
  height: 36px;
  background: #eeeeee;
  border-radius: 18px;
  text-align: center;
  float: left;
  line-height: 36px;
  margin: 12px 0 0 12px;
}

/**弹窗表单**/
.blgbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

.form_wh {
  width: 372px;
  height: 274px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -137px;
  margin-left: -186px;
  padding: 19px 0 0 20px;
  box-sizing: border-box;
  display: none;
  z-index: 9999;
}

.form_wh .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: block;
}

.form_wh p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 16px;
}

.form_wh p span {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background-color: #ea4245;
  border-radius: 2px;
  margin-right: 4px;
}

.form_wh .inputbox {
  margin-top: 15px;
}

.form_wh .inputbox span {
  display: block;
  width: 70px;
  font-size: 14px;
  font-weight: 400;
  float: left;
  line-height: 30px;
  margin-right: 13px;
}

.form_wh .inputbox .txt {
  display: block;
  width: 250px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  padding-left: 10px;
}

.form_wh .inputbox .code {
  width: 250px;
  height: 30px;
  position: relative;
  float: left;
}

.form_wh .inputbox .code_btn {
  width: 86px;
  height: 30px;
  background: #ea4245;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}

.form_wh ul {
  margin-top: 14px;
}

.form_wh ul li {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  background: url("../images/gdui.png") no-repeat left center;
  padding-left: 17px;
  float: left;
}

.form_wh ul li:first-child {
  margin-left: 81px;
}

.form_wh ul li:last-child {
  margin-left: 22px;
}

.form_wh .getbtn {
  display: block;
  width: 332px;
  height: 32px;
  background: #ea4245;
  border-radius: 2px;
  border: none;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
  outline: none;
}

.close_wh {
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer;
}

/***机构列表***/
.jg_banner_box {
  height: auto;
}
.jg_banner_box .index_banner {
  height: auto;
}
.jg_banner_box .index_banner .left_l .top_nav {
  left: 200px;
}
.jg_banner_box .index_banner .left_l .top_title {
  background-image: none;
  padding-left: 0;
  text-align: center;
  width: 180px;
}
.jg_bread {
  margin-top: 25px;
}
.sx_nav {
  background-color: #fff;
  padding: 24px 30px 12px 30px;
  margin-top: 15px;
}
.sx_nav dl {
  position: relative;
  margin-bottom: 10px;
}
.sx_nav dl dt {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.sx_nav dl dd {
  padding-left: 70px;
}
.sx_nav dl dd a {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  padding: 3px 10px;
}
.sx_nav dl dd a:hover,
.sx_nav dl dd a.active {
  background: #ea4245;
  border-radius: 4px;
  color: #fff;
}
.jg_main {
  margin-top: 20px;
}
.jg_main .left {
  width: 850px;
  background-color: #fff;
  float: left;
  padding-bottom: 42px;
}
.jg_main .left ul li {
  width: 800px;
  margin: 0 auto;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}
.jg_main .left ul li .img {
  width: 148px;
  height: 148px;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.jg_main .left ul li .img img {
  width: 100%;
  border-radius: 4px;
}
.jg_main .left ul li .intr {
  width: 405px;
  float: left;
  margin-left: 17px;
}
.jg_main .left ul li .intr h3 {
  font-size: 20px;
  font-weight: bold;
  float: left;
}
.jg_main .left ul li .intr .label {
  float: right;
  padding-top: 2px;
}
.jg_main .left ul li .intr .label span {
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ea4245;
  background: #fff1f1;
  border: 1px solid #ea4245;
  border-radius: 4px;
}
.jg_main .left ul li .intr table {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  padding: 15px 0 0 0;
}
.jg_main .left ul li .intr table td {
  padding: 2px 0;
}
.jg_main .left ul li .intr .in_b {
  padding-top: 20px;
}
.jg_main .left ul li .intr .in_b a {
  display: block;
  float: left;
  width: 40px;
  height: 20px;
  background: #f5f7f9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 20px;
  margin-left: 12px;
}
.jg_main .left ul li .intr .in_b a:first-child {
  margin-left: 0;
}
.jg_main .left ul li .intr .in_b a:hover,
.jg_main .left ul li .intr .in_b a.active {
  background: #ea4245;
  color: #fff;
}
.jg_main .left ul li .word {
  width: 206px;
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 45px;
}
.page_na {
  width: max-content;
  margin: 46px auto auto auto;
}
.page_na a {
  padding: 2px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.page_na a:hover,
.page_na a.active {
  background: #ea4245;
  color: #fff;
}
.jg_main .right {
  width: 330px;
  float: right;
}
.jg_main .right .white {
  background-color: #fff;
  padding: 25px 10px;
}
.jg_main .right .white .title {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.jg_main .right .white .title span {
  border-bottom: 1px solid #ea4245;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.jg_main .right .a_box a {
  padding: 2px 14px;
  background: #f5f7f9;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-weight: 400;
  margin: 15px 5px 0 0;
  display: inline-block;
}
.jg_main .right .white:nth-of-type(1) {
  margin-bottom: 8px;
  box-shadow: 0px 0px 8px 0px rgba(230, 230, 230, 0.8);
}
.jg_main .right .white .b_title span {
  font-size: 16px;
  border-bottom: none;
  border-left: 2px solid #ea4245;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding-left: 7px;
}
.jg_main .right .white .b_title a {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.jg_main .right .white .b_title a:hover {
  color: #ea4245;
}
.jg_main .right .white ul li {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jg_main .right .white ul li:first-child {
  margin-top: 10px;
}
.city_jg {
  padding: 0 15px;
}
.city_jg {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding-top: 30px;
}
.city_jg span {
  float: left;
}
.city_jg .city {
  width: 1000px;
  float: left;
}
.city_jg .city a {
  margin-left: 10px;
  display: inline-block;
}
/***课程列表***/
.kc_list .left ul li {
  width: 260px;
  height: 274px;
  border: 1px solid #e6e6e6;
  float: left;
  padding: 0;
  margin: 20px 0 0 17px;
}
.kc_list .left ul li img {
  width: 259px;
  height: 174px;
}
.kc_list .left ul li .con {
  padding: 0 8px;
}
.kc_list .left ul li .con .title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kc_list .left ul li .con .bottom {
  padding-top: 5px;
}
.kc_list .left ul li .con .bottom span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  float: left;
}
.kc_list .left ul li .con .bottom span:nth-of-type(2) {
  background: url("../images/kc_list_hot.png") no-repeat left center;
  padding-left: 19px;
  float: right;
}
.kc_list .left ul li:hover .con .title {
  color: #ea4245;
}

/***新闻列表页***/
.news_main {
  margin-top: 20px;
}
.news_main .left {
  width: 875px;
  float: left;
}
.news_main .left .mainLeft {
  width: 100%;
}

.news_main .left .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  border-left: 2px solid #ea4245;
  padding-left: 10px;
}
.mainLeft .new_box {
  padding: 0 20px 46px 20px;
}
.mainLeft .new_box ul li .cont {
  width: 530px;
}
.mainLeft .new_box ul li .cont .title {
  border: none;
  padding-left: 0;
}
.news_main .right {
  float: right;
  width: 302px;
  padding-top: 53px;
}
.newsRight {
  width: 100%;
}
.newsRight .top {
  border: 1px solid #e6e6e6;
  padding: 0;
}
.newsRight .title {
  padding: 19px 15px 9px 15px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.newsRight .top ul li {
  width: 150px;
  height: 150px;
  float: left;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
}
.newsRight .top ul li span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.newsRight .bottom {
  border: 1px solid #e6e6e6;
}
.newsRight .bottom .title {
  display: inherit;
  text-align: left;
}
.newsRight .bottom {
  padding: 0 0 20px 0;
}
.newsRight .bottom .a_box {
  padding: 0 20px;
}
.newsRight .bottom .a_box a {
  padding: 2px 14px;
  background: #f5f7f9;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-weight: 400;
  margin: 15px 5px 0 0;
  display: inline-block;
}

/***问答列表***/
.wd_list_main .right {
  padding-top: 0;
}
.wd_list_main .left {
  padding: 0px 0 45px 0;
  background-color: #fff;
}
.wd_list_main .left .tab_con {
  border-bottom: 1px solid #ea4245;
}
.wd_list_main .left .tab_con ul li {
  width: 110px;
  height: 32px;
  background: #f5f7f9;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 32px;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.wd_list_main .left .tab_con ul li:first-child {
  margin-left: 30px;
}
.wd_list_main .left .tab_con ul li:hover,
.wd_list_main .left .tab_con ul li.active {
  background: linear-gradient(180deg, #ff6c6f, #ea4245);
  border-radius: 4px 4px 0px 0px;
  color: #fff;
}
.wd_list_main .list_box {
  padding: 0 30px;
}
.wd_list_main .list_box ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0 14px 0;
  position: relative;
}
.wd_list_main .list_box ul li h3 {
  width: 465px;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
.wd_list_main .list_box ul li h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #ea4245;
}
.wd_list_main .list_box ul li .label {
  float: right;
}
.wd_list_main .list_box ul li .label span {
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.wd_list_main .list_box ul li b {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  display: block;
  margin-top: 2px;
}
.wd_list_main .list_box ul li b i {
  font-style: normal;
  color: #ea4245;
}
.wd_list_main .list_box ul li .bottom {
  width: 675px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 5px;
  text-align: justify;
}
.wd_list_main .list_box ul li .bottom a {
  color: #ff901b;
}
.wd_list_main .list_box ul li .time {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  position: absolute;
  bottom: 14px;
  right: 0;
}
/***新闻首页***/
.new_banner .right {
  background-color: #f5f7f9;
}
.new_banner .right .top_title,
.wd_index_contain .left .top_title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: left;
  margin-top: 19px;
  padding: 0 0 14px 15px;
  border-bottom: 1px solid #e6e6e6;
}
.new_banner .right ul li,
.wd_index_contain .left ul li {
  padding: 0 9px;
  margin-top: 10px;
}
.new_banner .right ul li span,
.wd_index_contain .left ul li span {
  display: block;
  width: 15px;
  height: 15px;
  background: #a7a7a7;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  float: left;
  margin-top: 1px;
}
.new_banner .right ul li a,
.wd_index_contain .left ul li a {
  display: block;
  width: 200px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  float: left;
  margin-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.new_banner .right ul li a:hover,
.wd_index_contain .left ul li a:hover {
  color: #ea4245;
}
.new_banner .right ul li:nth-of-type(1) span,
.wd_index_contain .left ul li:nth-of-type(1) span {
  background: #f53f32;
}
.new_banner .right ul li:nth-of-type(2) span,
.wd_index_contain .left ul li:nth-of-type(2) span {
  background: #ff5640;
}
.new_banner .right ul li:nth-of-type(3) span,
.wd_index_contain .left ul li:nth-of-type(3) span {
  background: #ff901b;
}
.news_top {
  margin-top: 20px;
}
.news_top .left {
  background-color: #fff;
  float: left;
  width: 850px;
  padding-bottom: 20px;
}
.news_top .left .title {
  border-bottom: 1px solid #ea4245;
  padding-bottom: 14px;
}
.news_top .left .title span {
  float: left;
  font-size: 24px;
  font-weight: 500;
  border-left: 2px solid #ea4245;
  padding-left: 8px;
  margin: 26px 0 0 20px;
  display: block;
  height: 30px;
  line-height: 30px;
}
.news_top .left .title .nav {
  float: right;
  margin-top: 34px;
}
.news_top .left .nav b {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.news_top .left .nav a {
  color: #666;
  padding: 0 13px;
  border-right: 1px solid #ccc;
  font-size: 14px;
}
.news_top .left .nav a:last-child {
  border: none;
}
.news_top .left .con_left {
  float: left;
  width: 225px;
  padding-left: 17px;
}
.news_top .left .con_left span {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  background: url("../images/kc_list_hot.png") no-repeat left center;
  padding-left: 23px;
  margin-top: 20px;
  display: block;
}
.news_top .left .con_left ul {
  margin-top: 10px;
}
.news_top .left .con_left ul li {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
.news_top .left .con_left ul li a {
  color: #666666;
}
.news_top .left .con_left ul li a:hover {
  color: #ea4245;
}
.news_top .left .con_right {
  width: 625px;
  float: left;
}
.news_top .left .con_right ul li {
  width: 140px;
  float: left;
  margin: 25px 16px 0 0;
}
.news_top .left .con_right ul li img {
  width: 140px;
  height: 70px;
}
.news_top .left .con_right ul li span {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
}
.news_top .left .con_right ul li span:nth-of-type(1) {
  margin-top: 15px;
}
.news_top .left .con_right ul li b {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #ea4245;
  margin-top: 5px;
}
.news_top .right {
  width: 330px;
  height: 445px;
  background-color: #fff;
  float: right;
}
.news_top .right .title {
  padding: 30px 15px 13px 15px;
  border-bottom: 1px solid #e6e6e6;
}
.news_top .right ul {
  margin-top: 18px;
}
.news_top .right ul li {
  width: 290px;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.news_top .right ul li a {
  color: #666666;
}
.news_top .right ul li a:hover {
  color: #ea4245;
}
.news_bottom {
  margin-top: 20px;
}
.news_bottom .top_title {
  border-bottom: 2px solid #ea4245;
}
.news_bottom .top_title span {
  display: block;
  width: 124px;
  height: 31px;
  background: url("../images/new_index_2.png") no-repeat 15px center #ea4245;
  float: left;
  line-height: 31px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 40px;
}
.news_bottom .top_title .nav {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.news_bottom .top_title .nav b {
  color: #666;
  font-weight: 500;
}
.news_bottom .top_title .nav a {
  margin-left: 15px;
}
.news_bottom dl {
  width: 285px;
  height: 340px;
  background: #ffffff;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.news_bottom dl .title {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 10px 12px 0;
}
.news_bottom dl .title span {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  border-left: 2px solid #ea4245;
  padding-left: 10px;
  float: left;
}
.news_bottom dl .title a {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  float: right;
}
.news_bottom dl .title a:hover {
  color: #ea4245;
}
.news_bottom dl dd {
  width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.news_bottom dl dd:nth-of-type(1) {
  margin-top: 17px;
}
.news_bottom dl dd a {
  color: #666666;
}
.news_bottom dl dd a:hover {
  color: #ea4245;
}
.news_bottom dl:nth-of-type(1) {
  margin-left: 0;
}
/***问答首页***/
.wd_banner .left_l {
  width: 898px;
}
.wd_banner .left_l ul li .sec_box {
  width: 659px;
}
.wd_banner .right {
  width: 302px;
  box-shadow: 0px 0px 8px 0px rgba(230, 230, 230, 0.8);
}

.wd_banner .right img {
  width: 100%;
}
.wd_banner .right span {
  font-size: 18px;
  margin-top: 15px;
}
.wd_banner .right b {
  font-size: 30px;
  margin-top: 3px;
}
.wd_index_contain {
  margin-top: 30px;
}
.wd_index_contain .left {
  width: 238px;
  height: 340px;
  background: #f5f7f9;
  border: 1px solid #e6e6e6;
  float: left;
}
.wd_index_contain .left .top_title {
  display: block;
}
.wd_index_contain .left ul li a {
  width: 195px;
  letter-spacing: 1px;
}
.wd_index_contain .middle {
  width: 620px;
  float: left;
  margin-left: 17px;
}
.wd_index_contain .list_box {
  padding: 0;
}
.wd_index_contain .list_box ul li .bottom {
  width: 620px;
  text-align: justify;
}
.wd_index_contain .middle .title {
  border-bottom: 1px solid #e6e6e6;
}
.wd_index_contain .middle .title span {
  display: block;
  width: 120px;
  height: 20px;
  background: url("../images/wd_index_2.png") no-repeat center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}
.wd_index_contain .middle .title.two {
  margin-top: 30px;
}
.wd_index_contain .right .head_show {
  padding-top: 15px;
}
.wd_index_contain .right .head_show div {
  float: left;
  width: 60px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 29px;
}

.jg_footer{width:100%;background:#666;color:#fff;display:inline-block;margin-top: 20px;}
.jg_footer .footer_left{width:850px;padding:20px 0;border-right:1px #565656 solid;float:left}
.jg_footer .footer_right{width:320px;padding:20px 10px 20px 25px;float:right}
.jg_footer li{float:left;margin:0 33px;_margin:0 12px;display:inline}
.jg_footer li a{color:#fff;padding-left:10px;background:url(../images/icons.gif) 0px -300px no-repeat scroll;_background-position:0px -302px;line-height:24px;height:24px; font-size:12px;}
.jg_footer li a:hover{text-decoration:none;color:#fff}
.jg_footer .fuwu,.jg_footer .what,.jg_footer .about,.jg_footer .phone,.jg_footer .weibo .weibo_title,.jg_footer .xuke,.jg_footer .weixin_title{background:url(../images/icons.gif) no-repeat scroll;border-bottom:1px #e8e8e8 dotted;padding-left:25px;margin-bottom:10px;line-height:30px;height:30px;font-size:12px;font-weight:bold;color: #fff;}
.jg_footer .fuwu{background-position:0px -328px;width:120px}
.jg_footer .what{background-position:0px -356px;width:120px}
.jg_footer .about{background-position:0px -388px;width:100px}
.jg_footer .phone{background-position:0px -417px;width:184px}
.jg_footer .xuke{background-position:0px -417px;width:150px}
.jg_footer li.weibo{float:left;margin-right:30px}
.jg_footer li.weixin{float:left;margin:0}
.jg_footer li.weixin,.jg_footer li.weibo{width:80px; font-size:12px;text-align: center;color: #fff;}
.jg_footer .weibo .weibo_title,.jg_footer .weixin .weixin_title{width:80px;background:none;text-align: center;padding-left: 0;}
.footer_last{padding:20px 0}
.footer_last p{text-align:center;color:#333; font-size:12px; line-height:20px;}
.footer_last p span{color:#666}
.footer_last p a{color:#ff6600;padding: 5px;}
.jg_footer li a.index-play { color: #666666;}
.jg_footer li.weixin{
  margin-left: 35px;
}
.jg_footer li.weixin img{
  width: 80px;
  height: 80px;
}
.jg_footer li.last{
 margin-left: 25px;
}